home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 043a / sound2.zip / SOUND2.DOC next >
Text File  |  1991-09-01  |  2KB  |  34 lines

  1. SoundTracker 2.0 is the smallest MOD player I have yet to see. Should be
  2. great for those large MOD files that won't play, especially when using a shell
  3. menu. Another advantage of the small code size, if using a shell menu, is it
  4. will load much quicker. 
  5.  
  6. SoundTracker requires no setup or installation. It will terminate gracefully
  7. if no Sound Blaster card is detected. Supports continuous looping of the MOD
  8. file, with abort by either the <ESC> or <ENTER> key. 
  9.  
  10. Works and looks like TrakBlaster, except that it uses text mode. There are no
  11. graphics to bog down the system. This is one reason it is so small, and this
  12. player should work well on slower machines that don't quite work right with
  13. TrakBlaster, since the CPU/DMA overhead is reduced by using text mode.
  14.  
  15. To use:
  16.  
  17. SOUND2 FILENAME     (.MOD extension is assumed)
  18.  
  19. or, to suppress display:
  20.  
  21. SOUND2 FILENAME.MOD -     (note the "-", and the .MOD extention is required)
  22.  
  23. This mode is great for displaying graphics or text while playing a MOD. Simply
  24. set up the screen, then call SOUND2 (with the "-" switch) and it will play
  25. the MOD without disturbing your screen display. When the MOD is finished
  26. playing, control returns to the calling program or batch file.
  27.  
  28. HELPFUL HINT:
  29. To use SOUND2 with a menu shell that does not allow you to specify the name of
  30. your MODule player, you will want to copy SOUND2.EXE to TRAK.EXE. If you need
  31. the "real" TRAK.EXE at a later date, it can be recreated by running
  32. TRAKINST.EXE.
  33.  
  34.